signOut static method

Future<void> signOut()

Implementation

static Future<void> signOut() {
  return _channel.invokeMethod<void>('signOut');
}