dispose method
void
dispose()
Removes all registered functions from this instance.
Call this in tearDown when reusing the same Firebase instance across
tests to prevent "function already registered" errors.
Implementation
void dispose() => _firebase.functions.clear();