onShortcuts method

Map<LogicalKeySet, Intent>? onShortcuts()

Returns Map of 'LogicalKeySets' if any.

Implementation

Map<LogicalKeySet, Intent>? onShortcuts() =>
    inShortcuts != null ? inShortcuts!() : null;