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