jsObject property
dynamic
get
jsObject
The raw JS object reference.
Exposed for simpler third-party integration that takes the JS object reference of the registration and handles the rest (e.g. firebase-dart).
Implementation
dynamic get jsObject => _delegate;