sendAuthChangesEvent method

void sendAuthChangesEvent(
  1. String appName,
  2. UserPlatform? userPlatform
)

Sends a Stream event to a authStateChanges stream controller.

Implementation

void sendAuthChangesEvent(String appName, UserPlatform? userPlatform) {
  throw UnimplementedError('sendAuthChangesEvent() is not implemented');
}