setInputSource method

Future<void> setInputSource(
  1. String sourceId
)

Restores an input source from an opaque token previously returned by getCurrentInputSource (macOS and Windows).

Implementation

Future<void> setInputSource(String sourceId) async {
  throw UnimplementedError('setInputSource() must be implemented');
}