@override Future<void> logOut() async { await methodChannel.invokeMethod<String>('logOut'); return; }