removeOnAuthenticatedCallback abstract method

bool removeOnAuthenticatedCallback(
  1. Future<void> callback(
    1. String? uid
    )
)

Remove a previously added authenticated callback. Returns true if the callback was found and removed.

Implementation

bool removeOnAuthenticatedCallback(Future<void> Function(String? uid) callback);