Sets the input source by ID (macOS only).
@override Future<void> setInputSource(String sourceId) async { await methodChannel .invokeMethod<void>('setInputSource', {'sourceId': sourceId}); }