isLogin method

Future<bool> isLogin()

Implementation

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