listDBs_Pre method

Future<ListDBsReply> listDBs_Pre(
  1. ServiceCall call,
  2. Future<ListDBsRequest> request
)

Implementation

$async.Future<$0.ListDBsReply> listDBs_Pre(
    $grpc.ServiceCall call, $async.Future<$0.ListDBsRequest> request) async {
  return listDBs(call, await request);
}