onProgressUpdated method
Sets a callback to receive update progress notifications.
Implementation
void onProgressUpdated(Function(SmartAppUpdateProgressInfo) callback) {
SmartAppUpdatePlatform.instance.setProgressCallback(callback);
}
Sets a callback to receive update progress notifications.
void onProgressUpdated(Function(SmartAppUpdateProgressInfo) callback) {
SmartAppUpdatePlatform.instance.setProgressCallback(callback);
}