@override Future<String?> getCoreVersion() async { final version = await methodChannel.invokeMethod<String>('getCoreVersion'); return version; }