getUser method

Future<String> getUser ()

Implementation

Future<String> getUser() async {
  return (await _firebaseAuth.currentUser()).email;
}