setInputSource method
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');
}