BcLibC.open constructor
BcLibC.open()
Open the native library. Call once per isolate.
Implementation
factory BcLibC.open() => BcLibC._(BcLibCFFIBindings(_openLibrary()));
Open the native library. Call once per isolate.
factory BcLibC.open() => BcLibC._(BcLibCFFIBindings(_openLibrary()));