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