SignInWithGoogleJwtCommandRequest constructor

SignInWithGoogleJwtCommandRequest({
  1. required String idToken,
})

Implementation

SignInWithGoogleJwtCommandRequest({
  required this.idToken,
});