Future<bool> isSignedIn() async { bool isSignedIn = await methodChannel.invokeMethod('Client/isSignedIn'); return isSignedIn; }