onShortcuts method
Returns Map of 'LogicalKeySets' if any.
Implementation
Map<LogicalKeySet, Intent>? onShortcuts() =>
inShortcuts != null ? inShortcuts!() : null;
Returns Map of 'LogicalKeySets' if any.
Map<LogicalKeySet, Intent>? onShortcuts() =>
inShortcuts != null ? inShortcuts!() : null;