signOutWithMode method
Implementation
Future<void> signOutWithMode(
ClientSignOutMode mode, bool fromAllDevices) async {
await methodChannel.invokeMethod("Client/signOutWithMode", {
"mode": mode.clientSignOutModeAsString(),
"fromAllDevices": fromAllDevices
});
}