listDBs abstract method

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

Implementation

$async.Future<$0.ListDBsReply> listDBs(
    $grpc.ServiceCall call, $0.ListDBsRequest request);