delAdminAccount method

Future<DelAdminAccountResp> delAdminAccount(
  1. ClientContext? ctx,
  2. DelAdminAccountReq request
)

Implementation

$async.Future<DelAdminAccountResp> delAdminAccount(
        $pb.ClientContext? ctx, DelAdminAccountReq request) =>
    _client.invoke<DelAdminAccountResp>(
        ctx, 'admin', 'DelAdminAccount', request, DelAdminAccountResp());