ShortcutRegistry constructor

ShortcutRegistry()

Creates an instance of ShortcutRegistry.

Implementation

ShortcutRegistry() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
}