searchDefaultGroup method

Future<SearchDefaultGroupResp> searchDefaultGroup(
  1. ClientContext? ctx,
  2. SearchDefaultGroupReq request
)

Implementation

$async.Future<SearchDefaultGroupResp> searchDefaultGroup(
        $pb.ClientContext? ctx, SearchDefaultGroupReq request) =>
    _client.invoke<SearchDefaultGroupResp>(
        ctx, 'admin', 'SearchDefaultGroup', request, SearchDefaultGroupResp());