getSessionInternal_Pre method

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

Implementation

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