authUser static method
Implementation
static void authUser(BuildContext context) async {
bool isValidUser = await ChatData.authUsersGoogle(context);
}
static void authUser(BuildContext context) async {
bool isValidUser = await ChatData.authUsersGoogle(context);
}