getCurrentInputSource method

Future<String?> getCurrentInputSource()

Gets the current input source as an opaque, platform-specific token (macOS and Windows). Callers must only round-trip it via setInputSource.

Implementation

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