process static method
Test/override entry point: resolve from the host process (Apple). Replaces the cached instance.
Implementation
static DartBridge process() =>
_instance = DartBridge._(DynamicLibrary.process());
Test/override entry point: resolve from the host process (Apple). Replaces the cached instance.
static DartBridge process() =>
_instance = DartBridge._(DynamicLibrary.process());