connect method Null safety
*connect
Connect the printer to use the methods below
Implementation
Future<int?> connect() async => await platform?.invokeMethod('startInternalPrinter') ?? 0;
*connect
Connect the printer to use the methods below
Future<int?> connect() async => await platform?.invokeMethod('startInternalPrinter') ?? 0;