signOut method

Future<void> signOut()

Implementation

Future<void> signOut() async {
  rowndPlugin.signOut();
  emit(AuthState.unauthenticated);
}