CreateWebFrameworkFromString typedef

CreateWebFrameworkFromString = Pointer<Void> Function(Pointer<Utf8> serverConfiguration, Pointer<Utf8> applicationDirectory, Pointer<Pointer<Void>> exception)

Implementation

typedef CreateWebFrameworkFromString = Pointer<Void> Function(
    Pointer<Utf8> serverConfiguration,
    Pointer<Utf8> applicationDirectory,
    Pointer<Pointer<Void>> exception);