signOut method

Future<Response<void>> signOut()

Signs out the user from the specified provider or all providers if none is specified.

Implementation

Future<Response<void>> signOut() {
  throw UnimplementedError("Method signOut() is not yet implemented.");
}