signOut method

Future<void> signOut()

Implementation

Future<void> signOut() async {
  // TODO: Implement for web.
  throw UnimplementedError();
}