mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-24 12:39:37 +00:00
9 lines
172 B
Dart
9 lines
172 B
Dart
|
|
||
|
import 'cw_wownero_platform_interface.dart';
|
||
|
|
||
|
class CwWownero {
|
||
|
Future<String?> getPlatformVersion() {
|
||
|
return CwWowneroPlatform.instance.getPlatformVersion();
|
||
|
}
|
||
|
}
|