isLoggedIn method

Future isLoggedIn()

Implementation

Future isLoggedIn() async {
  throw UnimplementedError('isLoggedIn() has not been implemented.');
}