statusSensor method Null safety
*statusSensor
Check the status of the paper sensor hardware
Implementation
Future<int> statusSensor() async => await platform?.invokeMethod('statusSensor');
*statusSensor
Check the status of the paper sensor hardware
Future<int> statusSensor() async => await platform?.invokeMethod('statusSensor');