GoogleOneTapSignInException constructor

GoogleOneTapSignInException(
  1. String message
)

Creates a GoogleOneTapSignInException with an human-readable error message.

Implementation

GoogleOneTapSignInException(this.message);