instance property
SyncNativeBridge
get
instance
Singleton instance of the native bridge.
Implementation
static SyncNativeBridge get instance {
_instance ??= SyncNativeBridge._();
return _instance!;
}
Singleton instance of the native bridge.
static SyncNativeBridge get instance {
_instance ??= SyncNativeBridge._();
return _instance!;
}