unregisterAll method

void unregisterAll()

Implementation

void unregisterAll() {
  List<String>.from(_plugins.keys).forEach(unregisterPlugin);
}