SharedHap.detach
void detach(Handler handler) @safeDetach the first matching delegate handler by delegate identity.
Parameters
handler | Delegate handler to detach; null is ignored. |
void detach(FunctionHandler handler) @safeDetach the first matching free-function handler.
Parameters
handler | Free-function handler to detach; null is ignored. |