isLoggedIn method

Future<bool> isLoggedIn()

Check whether the user is logged in.

Implementation

Future<bool> isLoggedIn() => GigyaFlutterPluginPlatform.instance.isLoggedIn();