getSessionInternal_Pre method

Future<Tokens> getSessionInternal_Pre(
  1. ServiceCall call,
  2. Future<SessionRequest> request
)

Implementation

$async.Future<$8.Tokens> getSessionInternal_Pre($grpc.ServiceCall call, $async.Future<$8.SessionRequest> request) async {
  return getSessionInternal(call, await request);
}