reset method Null safety
*reset
This will just reset to the default status of the printer and will not clean any buffer
Implementation
Future<int> reset() async {
return await platform?.invokeMethod('reset');
}
*reset
This will just reset to the default status of the printer and will not clean any buffer
Future<int> reset() async {
return await platform?.invokeMethod('reset');
}