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