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