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