unregisterButtonType static method

void unregisterButtonType(
  1. Type type
)

Implementation

static void unregisterButtonType(Type type) =>
    _customButtonTypes.remove(type);