DartPlatform constructor

DartPlatform(
  1. DynamicLibrary dylib
)

Implementation

DartPlatform(ffi.DynamicLibrary dylib) : super(DartWire(dylib));