signOut method

Future<void> signOut()

Implementation

Future<void> signOut() async {
  await methodChannel.invokeMethod("Client/signOut");
}