Dart_FileCloseCallbackFunction typedef

Dart_FileCloseCallbackFunction = Void Function(Pointer<Void> stream)

Implementation

typedef Dart_FileCloseCallbackFunction = ffi.Void Function(
    ffi.Pointer<ffi.Void> stream);