open static method
Test/override entry point: open a specific library path. Replaces the cached instance.
Implementation
static DartBridge open(String path) =>
_instance = DartBridge._(DynamicLibrary.open(path));
Test/override entry point: open a specific library path. Replaces the cached instance.
static DartBridge open(String path) =>
_instance = DartBridge._(DynamicLibrary.open(path));