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