logout static method

Future logout()

Implementation

static Future logout() async {
  await _channel.invokeMethod("logout");
}