CreateWebFrameworkFromPath typedef

CreateWebFrameworkFromPath = Pointer<Void> Function(Pointer<Utf8> configPath, Pointer<Pointer<Void>> exception)

Implementation

typedef CreateWebFrameworkFromPath = Pointer<Void> Function(
    Pointer<Utf8> configPath, Pointer<Pointer<Void>> exception);