F1Dart typedef

F1Dart = void Function(Pointer<Void> ptr, Pointer<Uint8> buffer, int len, int width, int height, int strideAlign)

Implementation

typedef F1Dart = void Function(Pointer<Void> ptr, Pointer<Uint8> buffer,
    int len, int width, int height, int strideAlign);