resetEmbedderBackendNotice function

  1. @visibleForTesting
void resetEmbedderBackendNotice()

Lets a test assert from a known state. The flag is private and per-isolate otherwise, which is what forces one test to carry every case in order.

Implementation

@visibleForTesting
void resetEmbedderBackendNotice() => _warned = false;