signOut method

Future<void> signOut()

Signs out the current account from the application.

Implementation

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