statusCashier method Null safety

Future<int> statusCashier()

*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');