removeAll static method

void removeAll([
  1. String? groupKey
])

Implementation

static void removeAll([String? groupKey]) {
  botToastManager.removeAll(groupKey ?? defaultKey);
}