stopMappingSession_Pre method

Future<StopMappingSessionResponse> stopMappingSession_Pre(
  1. ServiceCall call,
  2. Future<StopMappingSessionRequest> request
)

Implementation

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