statusCashier method Null safety
*statusCashier
Check if there is a chasier in the device or if it's working and everything else
Implementation
Future<int> statusCashier() async => await platform?.invokeMethod('statusCashier');
*statusCashier
Check if there is a chasier in the device or if it's working and everything else
Future<int> statusCashier() async => await platform?.invokeMethod('statusCashier');