loadMecabDartLib function

Future<FfiHelper> loadMecabDartLib()

Loades the mecab dynamic library

Implementation

Future<FfiHelper> loadMecabDartLib () async {
  throw Exception("Not implemented");
}