IcuTokenizer.forPlatform constructor

IcuTokenizer.forPlatform(
  1. String platform
)

Implementation

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