getVaid method

Future<String?> getVaid()

Implementation

Future<String?> getVaid() {
  throw UnimplementedError('获取VAID方法暂未实现');
}