Stops sensor data stream.
@override Future<bool> stopSensor() async => await methodChannel.invokeMethod<bool>('stopSensor') ?? false;