isSignedIn method

Future<bool> isSignedIn()

Returns whether the current user is currently signed in.

Implementation

Future<bool> isSignedIn() async {
  throw UnimplementedError('isSignedIn() has not been implemented.');
}