reset method Null safety

Future<int> reset()

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