logOut method

Future<void> logOut()

Implementation

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