onDisableChange abstract method Null safety

void onDisableChange(
  1. String groupId,
  2. bool isDisable
)

Occurs when the group is enabled or disabled.

Implementation

void onDisableChange(String groupId, bool isDisable);