session method

Future<Session> session()

Implementation

Future<Session> session() async {
  var r = await loginService.session(this, userId, empresaId, app, projectId);
  return r;
}