OtaCallback constructor
OtaCallback({
- required void onSuccess(),
- required void onError(),
- required OnOtaProgress onProgress,
Implementation
OtaCallback({required this.onSuccess, required this.onError, required this.onProgress});