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