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