initPrinter method Null safety
Implementation
static Future<bool?> initPrinter() async {
final bool? status = await _channel.invokeMethod('INIT_PRINTER');
return status;
}
static Future<bool?> initPrinter() async {
final bool? status = await _channel.invokeMethod('INIT_PRINTER');
return status;
}