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