getJwt method

Future<String> getJwt()

Implementation

Future<String> getJwt() {
  return _user.getJwt();
}