getAaid method

Future<String?> getAaid()

Implementation

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