openDB_Pre method
Implementation
$async.Future<$0.OpenDBResponse> openDB_Pre(
$grpc.ServiceCall $call, $async.Future<$0.OpenDBRequest> $request) async {
return openDB($call, await $request);
}
$async.Future<$0.OpenDBResponse> openDB_Pre(
$grpc.ServiceCall $call, $async.Future<$0.OpenDBRequest> $request) async {
return openDB($call, await $request);
}