onDisableChange abstract method Null safety
Occurs when the group is enabled or disabled.
Implementation
void onDisableChange(String groupId, bool isDisable);
Occurs when the group is enabled or disabled.
void onDisableChange(String groupId, bool isDisable);