instance property
QuillNativeBridge
get
instance
Implementation
static QuillNativeBridge get instance => _instance;
Allows overriding the instance for testing.
Pass null
to restore the default instance.
Implementation
@visibleForTesting
static set instance(QuillNativeBridge? newInstance) =>
_instance = newInstance ?? DefaultQuillNativeBridge();