IntCallbackIssue typedef

IntCallbackIssue = void Function(Pointer<NativeFunction<Void Function(Int)>> callback)

…or with a void(int) callback pointer, for work that reports success.

Implementation

typedef IntCallbackIssue =
    void Function(Pointer<NativeFunction<Void Function(Int)>> callback);