goTo_Pre method

Future<GoToResponse> goTo_Pre(
  1. ServiceCall call,
  2. Future<GoToRequest> request
)

Implementation

$async.Future<$25.GoToResponse> goTo_Pre($grpc.ServiceCall call, $async.Future<$25.GoToRequest> request) async {
  return goTo(call, await request);
}