@override Future<double?> getReading() async { final reading = await methodChannel.invokeMethod<double>('getReading'); return reading; }