logout static method

Future logout()

Implementation

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