initialize method

Future<bool> initialize()

Initialize the printer SDK

Implementation

Future<bool> initialize() {
  return XprinterPlatform.instance.initialize();
}