preLogin property

Future preLogin

@Deprecated('该接口将在 v0.1.2 之前可继续使用,在以后版本执行删除,请尽快修改') 一键登录 static Future

Implementation

/// 一键登录
/// static Future<dynamic> get startLogin async {
///   return await _channel.invokeMethod('startLogin');
/// }

/// 预取号
static Future<dynamic> get preLogin async {
  return await _channel.invokeMethod('preLogin');
}