getCurrentInputSource method

Future<String?> getCurrentInputSource()

Gets the current input source ID (macOS only).

Implementation

Future<String?> getCurrentInputSource() async {
  throw UnimplementedError('getCurrentInputSource() must be implemented');
}