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