getVerifyId static method

Future<String?> getVerifyId()

获取智能认证ID

Implementation

static Future<String?> getVerifyId() async {
  return await _channel.invokeMethod('getVerifyId');
}