GoogleAccountDetailsValidation typedef
GoogleAccountDetailsValidation =
void Function(GoogleAccountDetails accountDetails)
Function to be called to check whether a Google account details match the requirements during registration.
Implementation
typedef GoogleAccountDetailsValidation =
void Function(
GoogleAccountDetails accountDetails,
);