getCurrentUser method

dynamic getCurrentUser()

Implementation

getCurrentUser() async {
  return auth.currentUser;
}