setInputSource method
Restores an input source from an opaque token previously returned by getCurrentInputSource (macOS and Windows).
Implementation
@override
Future<void> setInputSource(String sourceId) async {
await methodChannel.invokeMethod<void>(
ImeMethods.setInputSource, {ImeArguments.sourceId: sourceId});
}