dev
dart 7 lines 171 Bytes
Raw
1 import 'cw_wownero_platform_interface.dart';
2
3 class CwWownero {
4 Future<String?> getPlatformVersion() {
5 return CwWowneroPlatform.instance.getPlatformVersion();
6 }
7 }