file_separator method

  1. @override
KeyControlImpl file_separator(
  1. int context
)
override

Implementation

@override
KeyControlImpl file_separator(final int context) =>
    const KeyControlImpl(ControlCharacters.unknown);