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