fetchSensors method Null safety

Future<void> fetchSensors()

Implementation

Future<void> fetchSensors() async {
  await ApiService().fetchSensors();
  notifyListeners();
}