login property

Future login

一键登录

Implementation

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