logout static method

Future<bool> logout()

Implementation

static Future<bool> logout() async {
  return await _channel.invokeMethod('logout', {});
}