Hi, I changed the stream listener for my application authentication and the mock doesnt have a implementation for it
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following NoSuchMethodError was thrown running a test:
Class 'MockFirebaseAuth' has no instance method 'idTokenChanges' with matching arguments.
Receiver: Instance of 'MockFirebaseAuth'
Tried calling: idTokenChanges()
Found: idTokenChanges() => Stream<User?>
Hi, I changed the stream listener for my application authentication and the mock doesnt have a implementation for it