removeChangeCallback static method

void removeChangeCallback(
  1. ValueChanged<MethodCall> callback
)

see _NotifyManager

Implementation

static void removeChangeCallback(ValueChanged<MethodCall> callback) =>
    _notifyManager.removeCallback(callback);