StartWebFrameworkServerDart typedef

StartWebFrameworkServerDart = void Function(Pointer<Void> implementation, bool wait, Pointer<NativeFunction<OnStartServerC>> callback, Pointer<Pointer<Void>> exception)

Implementation

typedef StartWebFrameworkServerDart = void Function(
    Pointer<Void> implementation,
    bool wait,
    Pointer<NativeFunction<OnStartServerC>> callback,
    Pointer<Pointer<Void>> exception);