stopMappingSession_Pre method
Future<StopMappingSessionResponse>
stopMappingSession_Pre(
- ServiceCall call,
- Future<
StopMappingSessionRequest> request
Implementation
$async.Future<$2.StopMappingSessionResponse> stopMappingSession_Pre($grpc.ServiceCall call, $async.Future<$2.StopMappingSessionRequest> request) async {
return stopMappingSession(call, await request);
}