stopGroup method

Future<void> stopGroup(
  1. String groupID
)

Implementation

Future<void> stopGroup(String groupID) async {
  _timers.remove(groupID)?.cancel();
}