getCurrentUser method

User? getCurrentUser()

Implementation

User? getCurrentUser() {
  return currentUser;
}