@override Future<List<dynamic>?> getUpdatedDevices() async { final res = await methodChannel.invokeMethod<List<dynamic>>('getUpdatedDevices'); return res; }