AuthUserDeletionPreflightException constructor

const AuthUserDeletionPreflightException(
  1. String message
)

Creates an instance of AuthUserDeletionPreflightException.

Implementation

const AuthUserDeletionPreflightException(this.message);