ShortcutRegistry constructor
Creates an instance of ShortcutRegistry.
Implementation
ShortcutRegistry() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}
Creates an instance of ShortcutRegistry.
ShortcutRegistry() {
if (kFlutterMemoryAllocationsEnabled) {
ChangeNotifier.maybeDispatchObjectCreation(this);
}
}