IcuTokenizer.forPlatform constructor
- String platform
Implementation
IcuTokenizer.forPlatform(String platform) {
throw UnsupportedError(
'IcuTokenizer requires dart:ffi and is not available on web. '
'Use BrowserTokenizer on web targets.',
);
}