loadMecabDartLib function
Loades the mecab dynamic library
Implementation
Future<FfiHelper> loadMecabDartLib() async {
return await FfiHelper.load(
"mecab_dart",
options: {LoadOption.isFfiPlugin}
);
}
Loades the mecab dynamic library
Future<FfiHelper> loadMecabDartLib() async {
return await FfiHelper.load(
"mecab_dart",
options: {LoadOption.isFfiPlugin}
);
}