Set license key.
Future<int> setLicense(String license) async { try { BarcodeReader.license = license; } catch (e) { print(e); return -1; } return 0; }