flutter_chardet_get_encoding function

  1. @Native<Pointer<Char> Function(flutter_chardet_t, Size)>(flutter_chardet_t, ffi.Size)>()
Pointer<Char> flutter_chardet_get_encoding(
  1. flutter_chardet_t detector,
  2. int candidate
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function(flutter_chardet_t, ffi.Size)>()
external ffi.Pointer<ffi.Char> flutter_chardet_get_encoding(
  flutter_chardet_t detector,
  int candidate,
);