getOaid method

Future<String?> getOaid()

Implementation

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