goTo_Pre method

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

Implementation

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