createSession method

ResponseFuture<CreateSessionResponse> createSession(
  1. CreateSessionRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.CreateSessionResponse> createSession($0.CreateSessionRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createSession, request, options: options);
}