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