GameServiceFirebaseAuthException constructor

GameServiceFirebaseAuthException({
  1. String code = 'unknown',
  2. String? message,
  3. String? stackTrace,
})

Implementation

GameServiceFirebaseAuthException({this.code = 'unknown', this.message, this.stackTrace});