nativeEventsEnabled property

bool nativeEventsEnabled
final

if (nativeEventsEnabled: false) it will suppress all native event emitters of micro-apps (default is false) ⚠️ if you don't intend to implement native side callbacks, then disable events nativeEventsEnabled = false in order to Flutter doesn't show exceptions in the console

Implementation

final bool nativeEventsEnabled;