moveOnMap_Pre method

Future<MoveOnMapResponse> moveOnMap_Pre(
  1. ServiceCall call,
  2. Future<MoveOnMapRequest> request
)

Implementation

$async.Future<$35.MoveOnMapResponse> moveOnMap_Pre($grpc.ServiceCall call, $async.Future<$35.MoveOnMapRequest> request) async {
  return moveOnMap(call, await request);
}