clearAdmin method

ResponseFuture<MsgClearAdminResponse> clearAdmin(
  1. MsgClearAdmin request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.MsgClearAdminResponse> clearAdmin(
    $0.MsgClearAdmin request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$clearAdmin, request, options: options);
}