9 lines
179 B
Dart
9 lines
179 B
Dart
|
|
import 'union_ad_ssgf_platform_interface.dart';
|
|
|
|
class UnionAdSsgf {
|
|
Future<String?> getPlatformVersion() {
|
|
return UnionAdSsgfPlatform.instance.getPlatformVersion();
|
|
}
|
|
}
|