initialize method
Initialize the printer plugin.
Implementation
Future<void> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}
Initialize the printer plugin.
Future<void> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}