open static method

DartBridge open(
  1. String path
)

Test/override entry point: open a specific library path. Replaces the cached instance.

Implementation

static DartBridge open(String path) =>
    _instance = DartBridge._(DynamicLibrary.open(path));