logout method

Future logout()

Implementation

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