StartWebFrameworkServerC typedef

StartWebFrameworkServerC = Void Function(Pointer<Void> implementation, Bool wait, Pointer<NativeFunction<OnStartServerC>> callback, Pointer<Pointer<Void>> exception)

Implementation

typedef StartWebFrameworkServerC = Void Function(
    Pointer<Void> implementation,
    Bool wait,
    Pointer<NativeFunction<OnStartServerC>> callback,
    Pointer<Pointer<Void>> exception);