init method

Future<bool> init()

Initialize the printer and scanner

Implementation

Future<bool> init() {
  throw UnimplementedError('init() has not been implemented.');
}