signOut method

Future<void> signOut()

Implementation

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