signOut method

Future<void> signOut(
  1. MethodCall call
)

Implementation

Future<void> signOut(MethodCall call) async {
  await auth().signOut();
}