@override Future<Map<String, String>?> getDeviceInfo() async { final result = await methodChannel.invokeMapMethod<String, String>('getDeviceInfo'); return result; }