logout static method

Future<void> logout()

Implementation

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