statusSensor method Null safety

Future<int> statusSensor()

*statusSensor

Check the status of the paper sensor hardware

Implementation

Future<int> statusSensor() async => await platform?.invokeMethod('statusSensor');