import 'cw_monero_platform_interface.dart'; class CwMonero { Future getPlatformVersion() { return CwMoneroPlatform.instance.getPlatformVersion(); } }