process static method

DartBridge process()

Test/override entry point: resolve from the host process (Apple). Replaces the cached instance.

Implementation

static DartBridge process() =>
    _instance = DartBridge._(DynamicLibrary.process());