instance property
DartBridge
get
instance
Default per-platform loader. Cached after the first call.
Implementation
static DartBridge get instance => _instance ??= DartBridge._(_loadDefault());
Default per-platform loader. Cached after the first call.
static DartBridge get instance => _instance ??= DartBridge._(_loadDefault());