unregisterAll method

Future<void> unregisterAll()

Implementation

Future<void> unregisterAll() async {
  throw UnimplementedError('unregisterAll() has not been implemented.');
}