openDB_Pre method

Future<OpenDBResponse> openDB_Pre(
  1. ServiceCall $call,
  2. Future<OpenDBRequest> $request
)

Implementation

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