flutter_chardet_get_language function
- @Native<Pointer<
Char> Function(flutter_chardet_t, Size)>(flutter_chardet_t, ffi.Size)>()
- flutter_chardet_t detector,
- int candidate
Implementation
@ffi.Native<ffi.Pointer<ffi.Char> Function(flutter_chardet_t, ffi.Size)>()
external ffi.Pointer<ffi.Char> flutter_chardet_get_language(
flutter_chardet_t detector,
int candidate,
);