removeChangeCallback static method
Removes a callback function from the list to be executed upon asset changes.
c
: A required parameter. The function to remove.
Implementation
static void removeChangeCallback(ValueChanged<MethodCall> callback) =>
_notifyManager.removeChangeCallback(callback);